High Contrast: disabled scales more subtle
authorJakub Steiner <jimmac@gmail.com>
Tue, 15 Mar 2016 17:27:41 +0000 (18:27 +0100)
committerJakub Steiner <jimmac@gmail.com>
Tue, 15 Mar 2016 17:28:40 +0000 (18:28 +0100)
Make even the tough border subtle to make it distinct from
normal state.

https://bugzilla.gnome.org/show_bug.cgi?id=763613

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk-contained-inverse.css
gtk/theme/HighContrast/gtk-contained.css

index 5b9779aba6ea7603c7c33628cb5efb44ed8d5c06..54d533cb37a70cbe0ac667fff531787dd00bc0b6 100644 (file)
@@ -1669,6 +1669,7 @@ treeview.view radio {
   box-shadow: none;
 
   &:disabled {
+    border-color: $insensitive_borders_color;
     background-color: $insensitive_bg_color;
   }
 
@@ -1676,7 +1677,7 @@ treeview.view radio {
     background-color: $backdrop_dark_fill;
     border-color: $backdrop_borders_color;
 
-    &:disabled { background-color: $insensitive_bg_color; }
+    &:disabled { background-color: $insensitive_bg_color; border-color: $insensitive_borders_color; }
   }
 
   // ...on selected list rows
index c1e3c37eb5b23579429fd9b4adae65bd7151e27b..0aca791c458c512ea278dc34fbd234b6cafc6c3f 100644 (file)
@@ -1826,12 +1826,14 @@ scale trough, scale fill {
   background-color: gray;
   box-shadow: none; }
   scale trough:disabled, scale fill:disabled {
+    border-color: #494949;
     background-color: #070707; }
   scale trough:backdrop, scale fill:backdrop {
     background-color: #4d4d4d;
     border-color: #737373; }
     scale trough:backdrop:disabled, scale fill:backdrop:disabled {
-      background-color: #070707; }
+      background-color: #070707;
+      border-color: #494949; }
   row:selected scale trough, scale row:selected trough, row:selected scale fill, scale row:selected fill, row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled {
     border-color: #aaa; }
   .osd scale trough, scale .osd trough, .osd scale fill, scale .osd fill {
index 3b07abb2819bcc196c9cb015593981b53d31dee7..f6081e7bf4d22fc37a81eaeab82edfde2beafd03 100644 (file)
@@ -1826,12 +1826,14 @@ scale trough, scale fill {
   background-color: gray;
   box-shadow: none; }
   scale trough:disabled, scale fill:disabled {
+    border-color: silver;
     background-color: white; }
   scale trough:backdrop, scale fill:backdrop {
     background-color: #b3b3b3;
     border-color: #8d8d8d; }
     scale trough:backdrop:disabled, scale fill:backdrop:disabled {
-      background-color: white; }
+      background-color: white;
+      border-color: silver; }
   row:selected scale trough, scale row:selected trough, row:selected scale fill, scale row:selected fill, row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled {
     border-color: #000; }
   .osd scale trough, scale .osd trough, .osd scale fill, scale .osd fill {